home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / dictionaries-common / README.problems < prev    next >
Text File  |  2009-04-23  |  3KB  |  73 lines

  1. # -*- readme-debian -*-
  2.  
  3. Some known problems and debugging hints
  4. =======================================
  5.  
  6. Debugging dictionaries-common first configuration from debian-installer
  7. -----------------------------------------------------------------------
  8. If you want to debug dictionaries-common behavior during its first
  9. pre-configuration when running debian-installer, you need to run
  10. debian-installer in expert mode. Open a shell and near the top of
  11.  
  12.    /var/lib/dpkg/info/pkgsel.postinst
  13.  
  14. add
  15.  
  16.    export DICT_COMMON_DEBUG=1
  17.  
  18. This way, you should get debugging info in the syslog for the installation.
  19.  
  20. debconf question asked on every upgrade
  21. ---------------------------------------
  22. If everytime you upgrade any wordlist or ispell dictionary are asked
  23. about preferred language (and not only at most the first time you
  24. installed it) there is a problem, because that is not what current
  25. code should do.
  26.  
  27. This has been noticed to happen due to debconf database corruption,
  28.  
  29.   http://bugs.debian.org/335612
  30.  
  31. usually caused by nearly full /var partitions. Please read below
  32. section "Problems installing or removing a wordlist/ispell dictionary"
  33. about how to work around this.
  34.  
  35. Problems installing or removing a wordlist/ispell dictionary
  36. ----------------------------------------------
  37. Something like
  38. ---
  39. # dpkg --purge wbritish
  40. (Reading database ... 111027 files and directories currently installed.)
  41. Removing wbritish ...
  42. Can't call method "choices" on an undefined value at /usr/share/perl5/Debconf/Question.pm line 85, <GEN0> line 4.
  43. dpkg: error processing wbritish (--purge):
  44.  subprocess post-removal script returned error exit status 29
  45. Errors were encountered while processing:
  46.  wbritish
  47. ---
  48. is usually related to debconf type 1 db corruption, see e.g.,
  49.  
  50.   http://bugs.debian.org/198297
  51.  
  52. or pages for bug reports 224400, 247849, 255193, 282587, 284287, 297534.
  53.  
  54. Please take a look at those bug reports to check whether the problem is
  55. actually the same, and see if you can provide more information about
  56. the problem before proceeding further. As a side note, it has been
  57. pointed out that there is a high probability of this problem being related
  58. to a nearly full /var partition.
  59.  
  60. After that, the suggested fix is, quoting Joey Hess message in above bug page
  61.  
  62. > By purging and reinstalling the package, you only fixed the entries for
  63. > that package. I suggest you run /usr/share/debconf/fix_db.pl as root,
  64. > which will delete all the orphaned questions. You may end up having to
  65. > repeat your answers to some debconf questions during future upgrades,
  66. > but that's a small price to pay for a consistent debconf database.
  67.  
  68. ----------------------------------
  69.  -- Agustin Martin Domingo <agmartin@debian.org>, Tue, 13 Feb 2007 15:40:06 +0100
  70.  
  71.  LocalWords:  debian debconf usr alioth org wordlists wordlist debhelper http
  72.  LocalWords:  iamerican wspanish miscfiles xemacs wbritish var html dpkg
  73.